home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2000 February / cd joystick no112 fevrier 2000.iso / DATA / Demos / ageofwonder / data1.cab / Program / AoW.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Text File  |  1999-10-21  |  2KB  |  67 lines

  1. object MainForm: TMainForm
  2.   Left = 461
  3.   Top = 366
  4.   Width = 648
  5.   Height = 492
  6.   Caption = 'Age of Wonders'
  7.   Color = clBlack
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -17
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PrintScale = poNone
  15.   Scaled = False
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 120
  21.   TextHeight = 20
  22.   object Display: TDisplay
  23.     Left = 0
  24.     Top = 0
  25.     Width = 640
  26.     Height = 460
  27.     Cursor = -1
  28.     Align = alClient
  29.     Color = clBlack
  30.     OnMouseDown = DisplayMouseDown
  31.     OnMouseMove = DisplayMouseMove
  32.     OnMouseUp = DisplayMouseUp
  33.     OnKeyDown = DisplayKeyDown
  34.     OnKeyPress = DisplayKeyPress
  35.     OnDblClick = DisplayDblClick
  36.     Options = [doAutoResizeBackSurface, doAutoSwapDC, doAutoStartUpdateFrameLoop, doAutoActivatePrimaryDC, doRestoreSurfacesOnSwap, doBltOnWMPAINT]
  37.     BufferingScheme = bsDouble
  38.     BackSurfaceControlMode = bmBltSurface
  39.     BackSurfaceWidth = 640
  40.     BackSurfaceHeight = 480
  41.     FrameRate = 30
  42.     PrimaryDC = WinDC
  43.     SecondaryDC = DXDC
  44.     UpdateFrameMode = umSynchrone
  45.     OnActivateDC = DisplayActivateDC
  46.     OnUpdateFrame = DisplayUpdateFrame
  47.     OnSurfaceDataLost = DisplaySurfaceDataLost
  48.     OnResizeBackSurface = DisplayResizeBackSurface
  49.     OnSwapDC = DisplaySwapDC
  50.   end
  51.   object WinDC: TWindows16DC
  52.     PixelFormat = pf555
  53.     Left = 8
  54.     Top = 8
  55.   end
  56.   object DXDC: TDDrawFullScr16DC
  57.     UseVideoMemory = True
  58.     UseVerticalBlank = False
  59.     DebugMode = False
  60.     DisplayWidth = 640
  61.     DisplayHeight = 480
  62.     Enable3D = False
  63.     Left = 48
  64.     Top = 8
  65.   end
  66. end
  67.